body,html {
	margin:0;
	padding:0;
}
a,a:hover,a:focus {
	text-decoration:none;
	outline:none;
	color:#000;
}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
img {
	vertical-align:top;
	outline:none;
	height:auto;
}
a img {
	border:none;
	border-style:none;
}
*:focus {
	outline:none;
}
a,input,button {
	outline:none;
}
::-moz-focus-inner {
	border:0px;
}
div,form,img,ul,ol,li,dl,dt,dd,p {
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}
*{
	font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-weight:500;
	font-size: 14px;
}
/*伸缩布局*/
.display-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: flex-start;
}
.justify-content{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-center{
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.justify-space-between{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-space-around {
    justify-content: space-around;
}
.flex-wrap-wrap{
    flex-wrap:wrap;
}
.fontColor3{
	color: #333333!important;
}
.fontColor86{
	color: #868686;
}
.fontColorEA{
	color: #EA4335;
}
.fontColor59{
	color: #595959;
}
.fontColorGreen{
	color: #0E9D58;
}
.fontColorFf0{
	color: #FF0000;
}
.font-size14{
	font-size: 14px;
}
.font-size16{
	font-size: 16px;
}

.font-weight-bold{
	font-weight: bold;
}
.position-relative{
	position: relative;
}
.text-align-center{
	text-align: center;
}
.text-align-centerdiv{	
	width:50px;
	height:50px;
    background: #eff5ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.text-align-center img{
	margin-top: 10px;
	width:30px;
}
/*内容部分*/
.contentTop{
	width: 1369px;
	margin-left: auto;
    margin-right: auto;
}
.content{
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
}
.display-table{
	display: table;
}
.borderColorE{
	border: 1px solid #EEEEEE;
}
.borderColorD7{
	border: 1px solid #D7D7D7;
}
.border-radius5{
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	-ms-border-radius: 5px!important;
	-o-border-radius: 5px!important;
	border-radius: 5px!important;
}
/*按钮颜色*/
.BlueBtn,.BlueBtn:hover{
    background: #3477FF;
    color: #ffffff;
    border: 1px solid #3477FF;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.BlueWordBtn,.BlueWordBtn:hover{
    background: none;
    color: #3477FF;
    border: none;
    cursor: pointer;
    outline: none;
}
.WhiteBtn,.WhiteBtn:hover{
	background: #ffffff;
    color: #3477FF;
    border: 1px solid #3477FF;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.WChenglineBtn,.WChenglineBtn:hover{
	background: #ffffff;
    color: #EA8E3C;
    border: 1px solid #EA8E3C;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.WRedlineBtn,.WRedlineBtn:hover{
	background: #ffffff;
    color: #EA4335;
    border: 1px solid #EA4335;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
/*顶部导航*/
.header{
	width: 100%;
	display: inline-block;
    box-shadow: 0px 1px 4px rgb(0 21 41 / 8%);
}
.logo{}
.headerTitle{}
.centerHeight{
	background: #f9f9f9;
}
.headerTitle li{
	float: left;
	margin: 0 40px 0 0;
	padding: 18px 0;
}
.headerTitle li,.headerTitle li span{
	color: #595959;
	font-size: 16px;
	cursor: pointer;
	margin-left: 4px;
}
.headerTitled{
	position: absolute;
    margin-left: 55px;
    margin-top: -13px;
    color: #fff;
    background: #ff6843;
    text-align: center;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 10px;
    padding: 0 5px;
	font-size: 10px;
	line-height: 18px !important;
}
.headera span{
	color: #3477FF !important;
}
.headerTime{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-right: 22px;
}
.phone{
	font-size: 20px;
}
.headerOnline{
	width: 90px;
	height: 35px;
	background: #3477FF;
	font-size: 14px;
	color: #ffffff;
	border: none;
	cursor: pointer;
	margin-left: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.openTopMain{
	position: relative;
    height: 56px;
}
.openTop{
	display: none;
    border: none;
    background: none;
    margin-top: 16px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
/*弹出框*/
.modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(144,144,144,.28);
}
.modal-dialog{
	position: relative;
    width: 90%;
    margin: 80px auto 20px;
    pointer-events: none;
}
@media (min-width: 767px){
	.modal-dialog {
	    max-width: 500px;
	    margin: 140px auto 20px;
	}
}
.modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
/*登录注册弹出*/
.loginBg{
	padding: 30px;
	width: 100%;
	display: inline-block;
}
.loginTitle{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.loginTitleLine{
	width: 66px;
	height: 4px;
	margin-top: 6px;
	margin-bottom: 12px;
    background-color: #3477FF;
    background-image: linear-gradient(to right, #3477FF , #FFFFFF);
}
.loginBox{
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
}
.loginWord{
	font-size: 14px;
	color: #595959;
	margin-bottom: 6px;
}
.loginMain{
	width: 100%;
	display: inline-block;
}
.loginMain input{
	width: 100%;
	height: 35px;
	padding: 0 6px;
	display: inline-block;
	border: 1px solid #DFDFDF;
}
/*选中*/
.PactSelected {
	float: left;
	position: relative;
	cursor: pointer;
	color: #333333;
}
.PactSelected input {
	visibility: hidden;
}
.PactSelected input+label::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #797979;
}
.PactSelected input:checked+label::after {
	content: '✔';
	position: absolute;
	left: 2px;
	top: -1px;
	color: #797979;
}
.PactLabel{
	font-size: 14px;
	display: inline-block;
	color: #333333;
}
.ForgotPW{
    float: right;
    position: relative;
    cursor: pointer;
    color: #595959;
}
.PactColor,
.PactColor:hover{
	color: #3477FF;
}
.loginBtn{
	width: 100%;
	height: 35px;
    font-size: 14px;
}
.margin-bottom12{
	margin-bottom: 12px;
}
/*底部*/
.footer{
	width: 100%;
	display: inline-block;
	background: #f9f9f9;
}
.copyright{
	font-size: 14px;
	text-align: center;
	color: #999999;
	padding: 16px 0;
}
/*输入框颜色*/
::-webkit-input-placeholder {
    color: #AAAAAA;
}
:-moz-placeholder {
    color: #AAAAAA;
}
::-moz-placeholder {
    color: #AAAAAA;
}
:-ms-input-placeholder {
    color: #AAAAAA;
}
/*适配*/
@media only screen and (max-width: 1400px){
	.contentTop{
		width: 90%;
	}
	.Topb{
		width: 90%;
	}
	.vipboxdiv{
		width: 100% !important;
	}
}

@media only screen and (max-width: 1300px){
	.vipbox li{
		margin: 50px 10px 0 10px !important;
	}
}
@media only screen and (max-width: 1242px){
	.content{
		width: 90%;
	}
	.vipboxdiv{
		width: 100% !important;
	}
}
@media only screen and (max-width: 1200px){
	.display1200{
		display: table;
		width: 100%;
	}
}
@media only screen and (max-width: 768px){
	.display768{
		display: table;
		width: 100%;
	}
	.vipboxdiv{
		width: 100% !important;
		padding: 0 20px;
	}
	.vipbox li{
		width: 100% !important;
		margin: 30px 0 0 0 !important;
	}
	.openTop{
		display: block;
	}
	.headerTitle{
		display: none;
		position: absolute;
		top: 61px;
		right: 0;
		z-index: 99;
		width: 140px;
		margin-right: 0;
	    background: #ffffff;
	    border: 1px solid #EEEEEE;
	    -moz-box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
	    -webkit-box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
	    box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
	}
	.headerTitle li{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.headerTitle  a li{
		width: 100%;
		display: block;
		padding: 10px 12px;
		margin-left: 0;
	}
	.openTopMain:hover .headerTitle{
		display: block;
	}
}
@media only screen and (max-width: 420px){
	.display420{
		display: table;
		width: 100%;
	}
	.loginBg{
		padding: 20px;
	}
}
/*弹出短链接生成*/
.SlgTitle{
	font-size: 14px;
	color: #595959;
	font-weight: bold;
	float: left;
}
.SlgWord{
	font-size: 14px;
	color: #595959;
}
.TemWord{
	float: left;
	font-size: 14px;
	color: #3477FF;
	margin-left: 20px;
}
.TemLink{
	font-size: 14px;
	color: #3477FF;
	font-weight: bold;
}
.TemBtn{
	width: 87px;
	height: 20px;
	font-size: 12px;
}
.HomeQR{
	width: 100%;
	display: inline-block;
	margin-bottom: 12px;
	text-align: center;
}
.HomeQR img{
	width: 180px;
	height: 180px;
}
/*弹出提示*/
.TipsMain{
	width: 100%;
	display: inline-block;
	margin: 20px 0;
	font-size: 14px;
	color: #595959;
	line-height: 24px;
}
.TipsMain p{
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #595959;
	line-height: 24px;
}
/*滚动条*/
.test-1::-webkit-scrollbar {
	width: 2px;
	height: 1px;
}
.test-1::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #1782F1;
}
/*分页*/
.pageBg{
	width: 100%;
}
.Page{
	margin: 20px 0;
	display: inline-block;
}
.Page li{
	float: left;
	margin-right: 14px;
}
.pageMainOn span {
    background: #3477FF !important;
    color: #FFFFFF !important;
}
.Page li span,.Page li a,.Page li a:hover{
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	display: block;
	border: 1px solid #D7D7D7;
	background: #ffffff;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
}
.Page li.PageOn span,.Page li.PageOn a,.Page li.PageOn a:hover{
	border: 1px solid #1782F1;
	background: #1782F1;
	color: #ffffff;	
}
.listbotton{
	padding: 5px;
	border: 1px solid #1782F1;
	color: #1782F1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
@media only screen and (max-width: 420px) {
	.Page li{
		margin-right: 8px;
	}
}

.bannerBg2 {
	width: 100%;
	min-height: 360px;
	background: url(../img/share-bg.png) center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}
.bannerBg4 {
	width: 100%;
	min-height: 360px;
	background: url(../img/banner4.png) center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}
.HomeBanner{
	text-align: center;
}
.banner2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 420px){
	.bannerBg2 {
		min-height: 260px;
	}
	.bannerBg4 {
		min-height: 260px;
	}
}
.fontColorf {
    color: #ffffff;
}
.font-size32 {
    font-size: 32px;
}
.marginTd6 {
    margin: 6px 0;
}
.font-size18 {
    font-size: 18px;
}

@media only screen and (max-width: 768px){
	.marginTd6 {
		display: none;
	}
}